home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Games / NeXTmille / Source / TagView.h < prev    next >
Text File  |  1990-12-08  |  296b  |  21 lines

  1.  
  2. /* Generated by Interface Builder */
  3.  
  4. #import <appkit/View.h>
  5.  
  6. // A TagView is designed to be a base class for views which
  7. //    I want use tags.  The NeXT tag mechanism for Views is currently
  8. //    only a hook.
  9.  
  10.  
  11. @interface TagView:View
  12. {
  13.     int    myTag;
  14. }
  15.  
  16. - setTag:( int )aTag;
  17. - ( int )tag;
  18.  
  19.  
  20. @end
  21.